home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / AMICUS / AMICUS16.ADF / Progs / MusicStudio2SMUS.DOC < prev    next >
Text File  |  1989-01-27  |  3KB  |  72 lines

  1.  
  2. ms2smus - Convert Music Studio song to IFF-standard Simple MUsic Score
  3.  
  4. SYNOPSIS
  5.    ms2smus [-t [TRACKS]] [-c] [-s SOUNDFILE] [-d DESTDIR] SONGFILE
  6.  
  7. DESCRIPTION
  8.  
  9.    Ms2smus converts songs saved with Music Studio to the IFF standard
  10.    SMUS format for use with Instant Music, Deluxe Video, etc.
  11.  
  12.    The Music Studio song file name "SONGFILE" may contain spaces,
  13.    and must appear as the last argument.
  14.  
  15.    The command line options and their meanings are:
  16.  
  17.    -t [TRACKS]   Specify number of tracks to appear in the SMUS file.
  18.          Since Instant Music uses 4 tracks, one for each instrument,
  19.          the default number of tracks is 4.  For example, to create
  20.          a three-track SMUS song, specify "-t 3".  If no TRACKS argument
  21.          is given, the number of tracks will be equal to the number
  22.          of instruments used in the Music Studio file.
  23.          When a Music Studio song uses more than four instruments,
  24.          four of them will have their own track and the rest will
  25.          play their notes on any of these four tracks.
  26.          When a Music Studio song uses less than four instruments,
  27.          the 'extra' tracks are available for playing chords (see
  28.          "-c" below).
  29.  
  30.    -c    Use SMUS chording. Because Instant Music implements chorded
  31.          notes differently from the SMUS standard, ms2smus will normally
  32.          play only one note at a time per instrument.  If an Music
  33.          Studio file contains chords, only one of the notes in the chord
  34.          will normally be played by the indicated instrument.  All other
  35.          notes will be 'bumped' to other instruments if they are available.
  36.          When the "-c" flag is specified, no notes will be 'bumped' ,and
  37.          all notes in the chord will be played by the same instrument.
  38.          However, in this case Instant  Music will ignore all but one of
  39.          the chorded notes.
  40.  
  41.    -d DESTDIR  Specify a destination directory in which to place the
  42.          resulting SMUS file.  Normally, ms2smus will create the SMUS
  43.          file in the current directory, with the ".song" filename
  44.          extension replaced by ".SMUS". If this argument is specified,
  45.          the file is created in the named DESTDIR instead.
  46.  
  47. EXAMPLES
  48.  
  49.       ms2smus foo.song
  50.  
  51.          Converts the Music Studio song "foo.song" to "foo.SMUS"
  52.          in the current directory, using four tracks and
  53.          'bumping' chorded notes to other tracks.
  54.  
  55.       ms2smus -c -t 3 -d df1: foo bar.song
  56.  
  57.          Converts "foo bar.song" to "foo bar.SMUS" on the disk
  58.          in the external drive, using three tracks and IFF-standard
  59.          chording.
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.